projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bc8d7c
)
Doc fix.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 4 Dec 2001 21:24:17 +0000
(21:24 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 4 Dec 2001 21:24:17 +0000
(21:24 +0000)
lisp/custom.el
patch
|
blob
|
history
diff --git
a/lisp/custom.el
b/lisp/custom.el
index 14fa62d1854fcb5bf2bc1c9575438bf44f216684..d2e337164b6045f093ac736ec8e1328fb06b9735 100644
(file)
--- a/
lisp/custom.el
+++ b/
lisp/custom.el
@@
-177,7
+177,7
@@
The following keywords are meaningful:
VALUE should be a function used to initialize the
variable. It takes two arguments, the symbol and value
given in the `defcustom' call. The default is
- `custom-initialize-reset
.'
+ `custom-initialize-reset
'.
:set VALUE should be a function to set the value of the symbol.
It takes two arguments, the symbol to set and the value to
give it. The default choice of function is `custom-set-default'.